home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
virus
/
xvslibrary.lha
/
Xvs
/
Developer
/
include
/
C
/
proto
/
xvs.h
Wrap
C/C++ Source or Header
|
1999-04-26
|
330b
|
22 lines
#ifndef _PROTO_XVS_H
#define _PROTO_XVS_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_XVS_PROTOS_H
#include <clib/xvs_protos.h>
#endif
#ifdef __GNUC__
#include <inline/xvs.h>
#else
#include <pragma/xvs_lib.h>
#endif
#ifndef __NOLIBBASE__
extern struct xvsBase *xvsBase;
#endif
#endif /* _PROTO_XVS_H */